const net/http.http2ErrCodeProtocol
58 uses
net/http (current package)
h2_bundle.go#L1174: http2ErrCodeProtocol http2ErrCode = 0x1
h2_bundle.go#L1191: http2ErrCodeProtocol: "PROTOCOL_ERROR",
h2_bundle.go#L1951: return fr.connError(http2ErrCodeProtocol,
h2_bundle.go#L1957: return fr.connError(http2ErrCodeProtocol,
h2_bundle.go#L1962: return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID))
h2_bundle.go#L2006: return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
h2_bundle.go#L2026: return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
h2_bundle.go#L2137: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2265: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2303: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2368: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2371: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2431: return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
h2_bundle.go#L2457: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2566: return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
h2_bundle.go#L2619: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2647: return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}
h2_bundle.go#L2707: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2729: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3006: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, invalid}
h2_bundle.go#L3013: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, err}
h2_bundle.go#L3441: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3449: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L4328: sc.rejectConn(http2ErrCodeProtocol, "invalid settings")
h2_bundle.go#L5328: return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5368: return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5388: return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5404: return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5436: return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5499: return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5507: return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5596: return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5638: return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
h2_bundle.go#L5749: return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5777: return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5794: return sc.countError("over_max_streams", http2streamError(id, http2ErrCodeProtocol))
h2_bundle.go#L5881: return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5885: return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5889: return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5898: return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5913: return sc.countError("priority", http2streamError(streamID, http2ErrCodeProtocol))
h2_bundle.go#L5975: return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L5988: return nil, nil, sc.countError("bad_path_method", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6072: return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L7736: if se.Code == http2ErrCodeProtocol && se.Cause == http2errFromPeer {
h2_bundle.go#L9364: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9409: Code: http2ErrCodeProtocol,
h2_bundle.go#L9438: Code: http2ErrCodeProtocol,
h2_bundle.go#L9584: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9590: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9595: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9718: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9747: Code: http2ErrCodeProtocol,
h2_bundle.go#L9755: Code: http2ErrCodeProtocol,
h2_bundle.go#L9764: Code: http2ErrCodeProtocol,
h2_bundle.go#L9905: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9992: if f.ErrCode == http2ErrCodeProtocol {
h2_bundle.go#L10077: return http2ConnectionError(http2ErrCodeProtocol)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |